The DD investThe script tells me when to invest in the stock.
Split ur money into 3 piles. Each must be bigger than the previous one.
Buy with the first pile when the chart touches the middle line (SMA200).
Buy with the second pile when the chart touches the bottom line (lowest price of 200 weeks).
Buy with the third pile when the chart goes significantly below the bottom line (lowest price of 200 weeks).
Watch only the W1 chart (!!!).
Circles on the chart indicate places where you should buy (examples).
Consider selling half of the holding when the chart touches the top line (the highest price of 200 weeks).
Hold the rest much longer then you plan to ;)
Cari dalam skrip untuk "the script"
MTF Bullish/Bearish IndicatorThe script plots a bullish/bearish indicator by evaluating a variety of moving averages for a security across multiple timeframes. It's derived from built in Technical Analysis indicator published by TradingView. The result of evaluation is plotted on the chart in green light/red light format in a configurable location.
evaluated moving averages include
- SMA 10, 20, 30, 50, 100, 200
- EMA 10, 20, 30, 50, 100, 200
- Hull MA 9
- VWMA 20
- Ichimoku Cloud
moving averages are evaluated at chart timeframes and 5 min, 15 min, 30 min, 120 min, 240 min, and daily by default but can be customized.
RVC_DecisionPoints By RishabhThe script is a combination of moving averages and previous day low and previous day high.
It can be used for intraday trading and as well as swing trades.
For using intraday I prefer 8 ema and 20 ema to take trades and trail stop losses with 50ema and 200 ema for confirmation.
For swing trades you can always use 50 ema as support to buy on the dip.
The entry is made on the basis of the stock breaks the previous day high or previous day low.
Longest CandleThe script detects and highlights the longest candle (from high to low) in a user specified lookback period.
Description
The longest candle in a specified range will form very strong predefined support and resistance levels. The concept is based on Aurora Candles.
How To Use
Use the indicator to find the longest candle in a specified lookback period. You can then mark the highs and lows for predefined S/R areas. Each trader can adjust the lookback period and colour.
Access the indicator
• Contact me on TradingView
Percent ATRThe script changes the default output of ATR and shows the result based on the percentage. It could be usefull when do you want to know about the percentage of the movement.
Sweep TrackerThe script marks the bullish and bearish sweeps. You can change the number of lines drawn by modifying the value of max_lines_count in the first line of the code. Limiting feature will be available from menu in the next update.
No Trading Zone (NZT)The script highlights Frankfurt's opening range up until New York's close. It is described as No Trading Zone in Gabrielle Fabris's The Price in Time book.
Projections of the Frankfurt range are potential supports and resistances and they are used in trade management & for taking profits in his system.
Full rules are not mine to share. You have to read the book to understand his system and run your own backtest on each pair to find out what management method you will be most comfortable with.
Order Flow AnalysisThe script plots the order flow clusters for the last six candles in the middle right.
The cluster contains buy volume, sell volume and the price range of the volume.
It calculates uptick volume as buy volume and down tick volume as sell volume and calculates the delta(shown in labels). Recent ATR is considered to determine each cell price range in the cluster.
At the left side, the top volume ticks and the live ticks are displayed.
Please note this works only during market trading hours.
Do not refresh the browser tab and do not change the timeframe, which will cause a reset of numbers.
Detects the variability of the low price historyThe script uses the same technique that is used to measure the level of stress in humans, measuring the variation of the price instead of the variation of heart rate
Autaze[1]The script provides clear BUY/SELL signals.
It is equipped with EMA ribbons which in the future I will include in the calculation of the signals itself.
It also has a dynamic support/resistance levels represented by the flags.
In 1-Hour tf, with a target-and-trigger of 2%
In 15-minutes tf, with a target-and-trigger of 1%:
In 5-minutes tf, with a target-and-trigger of 0.5%:
In 1-minute tf, with a target-and-trigger of 0.25%:
The dispersion of volatility indicesThe script is my implementation of "Forecasting a Volatility Tsunami" by Andrew Thrasher (Thrasher Analytics). You can find the paper here: www.researchgate.net
I've changed a bit the approach - instead of two volatility indices (VIX & VVIX), I used two more: VXN and VXD. Additionally, I average the percentiles, but there is an option to swtich it to the original approach.
Correlation overlayThe script is intended to indicate when the correlation between VIX and VVIX gets below 0, on the selecteted security chart. It makes sense to plot it on indicies. This aims to present how the chart of a security looked like when the divergance between VIX and VVIX happened.
RSI + Kijun/Standard Deviation on RSIThe script is inspired by Bollinger bands but instead of applying them on the price, they are applied on a RSI oscillator. The standard deviation is not plotted against the average like in normal BBs but instead is based on median values (equivalent of a Kijun in Ichimoku ). The goal is to better identify excess in prices that offer good entering points. The usage of a median provides a clearer view of ranging market (ie. the line will be flat).
I use it for long-term investments on stocks to find "fair" entry points. After picking a list of stocks of interest based on fundamentals, I switch to a weekly view. If the stock RSI is under the bands, it indicates that we are in favorable conditions for a buy. For an accurate timing, you can switch to the daily chart and watch out for either a break or a reintegration in the bands. This is your signal.
Deviation from MAThe Script calculates the Percentage Deviation to the MA and prints it as an Oscillator.
You can change the following Parameters:
Moving Average Type -> The type of the Moving Average you want to calculate the Deviation on
Length of MA -> The length of the MA
Percentage of Deviation (for Color) -> The Percentage Deviation above or below which the plotted Oscillator is painted in color.
Golden Ratio Multiplier (x1.6; x2; x3)The script displays three multipliers (x1.618; x2; x3) of the Golden Ratio (starting with MA at 350 days) to identify the following levels of support:
the multiplier x1.618 is an accumulation high (green line)
the multiplier x2 is a support that identify a low bull high (red line)
the multiplier x3 is a support that identify an upper bull high (blu line)
Note: the orange line is the SMA at 350 days.
COM_PAIR invertedthe script make it easy on the eyes to compare the inverted symbols lines in comparison with the others, for example by utilizing TVC:DXY / FOREXCOM:USDCAD / FOREXCOM:USDJPY, you cab easily compare with them to EURUSD and GBPUSD.
Squeeze Momentum with DMI confirmation strategyThe script combines Squeeze Momentum and Directional Movement Index (DMI) confirmation. It provides long and short entry and closure daily trade signals, suitable for Spot, Marginal and Futures exchanges
The strategy components are customizable:
Change risk management settings (take profit, stop loss, trailing)
Change signals filters
Enable TrueRange or disable
Change lengths and periods of components
Advantages:
1. Deal start condition includes the following filters and requirements:
Momentum value is adjusted using a relative proportion of volume at each timeframe scale to exclude a chance of opening position at a low impulse stage
Squeeze momentum trigger condition is automatically checked before a position is opened
+DI , -DI and ADX values are taken into account to confirm the trend direction
2. Exit positions using unique risk management settings for each asset
3. Strategy allows to connect broker or automatic trading system using web hook alerts
If you want to obtain access to the strategy please send us a personal message
Camarilla Scanner v1The script is based on Camarilla pivots for trend analysis of stock in intraday.
It will scan the selected stocks chosen in input settings displays the current status of where they are with respect to Camarilla pivots.
The day's history will show only those closed above R4/below S4.
Simple Moving Average CrossThe script uses 3 simple moving averages that you can define (SMA Top, SMA Mid, SMA Long).
Once the SMA Top is above the SMA Mid and the SMA Mid is above the SMA Top a long position is entered.
Once the SMA Top is below the SMA Mid and the SMA Mid is below the SMA Top a short position is entered.
You may define how long before these positions are entered by adjusting the bars in the Inputs section.
A setting of 0 will enter a position as soon as the conditions are met,
whereas a setting of 5 will wait 5 bars after the conditions are met before entering the positions.
Momentum Adjusted EMA TrendThe script draws a moving average which responds to trend changes extraordinary fast!
It's calculated using Momentum, Acceleration and Probability (Psychological Effect) by interfering the Golden Ratio!
I got the idea thanks to Tradingview user DGT (dgtrd) and his/her excellent descriptions.
The indicator is simplified for users and the default settings work great, so use it as you like specially as a trend indicator.
Trend Indicator with BUY SELL signalsThe Script can be used to identify the main trend and take BUY/SELL decisions in the lower time frames.
The tool can be applied as follows
1) Apply the tool your favorite chart
2) Select the main trend.
3) Go to lower time frames to check the BUY/SELL signals. Example: If the selected main trend is 4 hrs then go to time frames below 4 hrs to find the entry and exit positions.
Feel free to reach out to me if you need any further information
MA-SAR-BB-SR - BisayaTCThe script allows you to use multiple indicators such as Moving Averages, Parabolic SAR, Bollinger Bands, Support and Resistance and it includes alerts for each indicator.
MA - The moving average (MA) is a simple technical analysis tool that smooths out price data by creating a constantly updated average price. The average is taken over a specific period of time, like 10 days, 20 minutes, 30 weeks or any time period the trader chooses.
SAR - The Parabolic SAR is a technical indicator developed by J. Welles Wilder to determine the direction that an asset is moving. The indicator is also referred to as a stop and reverse system, which is abbreviated as SAR. It aims to identify potential reversals in the price movement of traded assets.
BB- Bollinger Bands are envelopes plotted at a standard deviation level above and below a simple moving average of the price. Because the distance of the bands is based on standard deviation, they adjust to volatility swings in the underlying price.
SR - Support and Resistance are certain predetermined levels of the price of a security at which it is thought that the price will tend to stop and reverse. These levels are denoted by multiple touches of price without a breakthrough of the level.
DISCLAIMER: For educational purposes only. Nothing in this content should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto. DYOR
[A618] VWAP bands for any SecurityThe Script plots Standard Deviation Bands around The VWAP line,
This will help you out with detecting market overbought and oversold Conditions on the Fly
Use this in conjunction with an oscillator
- stoch, macd, etc...
- if you find a positive crossover with oscillator on a VWAP level its time to go long, targeting the next vwap level and vice-versa